home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Texty / crackme / Unit1a.dfm / Unit1a.txt
Encoding:
Text File  |  1998-03-24  |  2.0 KB  |  85 lines

  1. object Form1: TForm1
  2.   Left = 198
  3.   Top = 207
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Hellforge Crackme II (coded by LaZaRuS)'
  7.   ClientHeight = 235
  8.   ClientWidth = 404
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Memo1: TMemo
  16.     Left = 8
  17.     Top = 8
  18.     Width = 385
  19.     Height = 121
  20.     Color = clBlack
  21.     Font.Color = clYellow
  22.     Font.Height = -11
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = []
  25.     Lines.Strings = (
  26.       'Greetings'
  27.       'this is the second Hellforge crackme.'
  28.       
  29.         'Fire up SoftIce, W32Dasm and a hex-editor of your choice and try' +
  30.         ' to crack it.'
  31.       
  32.         'But don'#39't expect to much. It is pretty easy to reverse. If you h' +
  33.         'ave cracked it'
  34.       
  35.         'write down how you did it and send it to lazarus666@gnwmail.com.' +
  36.         ' A key-'
  37.       
  38.         'generator would be best.The writer of the best tutorial can beco' +
  39.         'me a '
  40.       'Hellforge member (if he wants).'
  41.       ''
  42.       
  43.         'For harder tasks, tutorials... visit http://members.xoom.com/hel' +
  44.         'l_crack'
  45.       
  46.         'If you have written other tutorials, crackmes or if you know an ' +
  47.         'interersing site'
  48.       'mail me, too.'
  49.       ''
  50.       'Thanx'
  51.       ''
  52.       'Thanks and gratitude go to: tKC, ED!SON, Sandman, Eternal Bliss')
  53.     ParentFont = False
  54.     ReadOnly = True
  55.     ScrollBars = ssVertical
  56.     TabOrder = 0
  57.   end
  58.   object Edit1: TEdit
  59.     Left = 8
  60.     Top = 136
  61.     Width = 385
  62.     Height = 21
  63.     TabOrder = 1
  64.     Text = 'Enter your lovely name here'
  65.   end
  66.   object Edit2: TEdit
  67.     Left = 8
  68.     Top = 160
  69.     Width = 385
  70.     Height = 21
  71.     TabOrder = 2
  72.     Text = 'And here is the place to put the correct serial'
  73.   end
  74.   object BitBtn1: TBitBtn
  75.     Left = 8
  76.     Top = 192
  77.     Width = 385
  78.     Height = 25
  79.     Caption = '&Click here to check your serial !!!'
  80.     TabOrder = 3
  81.     OnClick = BitBtn1Click
  82.     Kind = bkOK
  83.   end
  84. end
  85.